runtime/pprof.profileBuilder.emitLocation (method)

5 uses

	runtime/pprof (current package)
		proto.go#L432: 			if id := b.emitLocation(); id > 0 {
		proto.go#L453: 			if id := b.emitLocation(); id > 0 {
		proto.go#L467: 		if id := b.emitLocation(); id > 0 {
		proto.go#L480: 	if id := b.emitLocation(); id > 0 { // emit remaining location.
		proto.go#L586: func (b *profileBuilder) emitLocation() uint64 {